object MsgForm: TMsgForm Left = 281 Top = 151 Width = 600 Height = 241 BorderIcons = [biSystemMenu] Caption = 'View Last Output' Color = clBtnFace Constraints.MinHeight = 200 Constraints.MinWidth = 500 ParentFont = True KeyPreview = True OldCreateOrder = True Scaled = False OnClose = FormClose OnCreate = FormCreate OnKeyPress = FormKeyPress OnResize = FormResize OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ControlPanel: TPanel Left = 0 Top = 166 Width = 592 Height = 41 Align = alBottom TabOrder = 0 object CopyButt: TButton Left = 208 Top = 8 Width = 137 Height = 25 Caption = '&Clipboard Copy' TabOrder = 0 OnClick = CopyButtClick end object FontButt: TButton Left = 352 Top = 8 Width = 137 Height = 25 Caption = '&Font' TabOrder = 1 OnClick = FontButtClick end object OKButton: TButton Left = 64 Top = 8 Width = 137 Height = 25 Caption = '&OK' TabOrder = 2 OnClick = OKButtonClick end end object ViewPanel: TPanel Left = 0 Top = 0 Width = 592 Height = 166 Align = alClient Caption = 'ViewPanel' TabOrder = 1 object MessageMemo: TMemo Left = 1 Top = 1 Width = 590 Height = 164 Align = alClient Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] Lines.Strings = ( 'MessageMemo') ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end end end